ResolveBlobRequest

data class ResolveBlobRequest(objectId: RemoteObjectId)

Represents request frame that can be used with IO#resolveBlob operation call.

Return UUID of Blob object specified by a remote object id.

See also

Constructors

ResolveBlobRequest
Link copied to clipboard
fun ResolveBlobRequest(objectId: RemoteObjectId)

Properties

objectId
Link copied to clipboard
val objectId: RemoteObjectId
Object id of a Blob object wrapper.

Sources

jvm source
Link copied to clipboard